home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / instim11.zip / INSTIME.DOC < prev    next >
Text File  |  1992-09-07  |  3KB  |  86 lines

  1.  
  2.                               I N S T I M E
  3.  
  4.                                     by
  5.                               John Greenwood
  6.               Version 1.1                        Compiled 07/09/92
  7.  
  8.                   A Public Domain Utility for Wildcat! SysOps
  9.                         from The Development System BBS        
  10.                                 (071) 388 4764
  11.  
  12. WHAT IT DOES:
  13. =============
  14. INSTIME allows you to easily and quickly add the time and/or date to any
  15. file. This is a quick and simple way to notify people of the times of
  16. events that have occured. For example, my Login screen shows the time and
  17. date the system was last Re-Booted, and my Mail Screen shows the time of
  18. the last successfull mail transfer.
  19. Of course this can easly be done with a couple of lines in Basic, but this
  20. program 'learns' where your files are and where you want the time and date
  21. inserted in the file. Once taught you dont need to worry about paths and
  22. positions anymore.
  23.  
  24. SETTING UP:
  25. ===========
  26. First, be sure that the supplied INSTIME.DAT is installed somewhere in a
  27. directory that exists in your DOS Path. 
  28.  
  29. Secondy, have a look at the included HELLO2N.BBS, this is my TheNet Hello
  30. screen that includes the time of the last transfer. The files you want
  31. time stamped should have two patterns within the body of the file :-
  32.  
  33.     HH:MM    - is the time position in the file.
  34.     DD/MM/YY - is the position of the date in the file.
  35.  
  36. The first time you run INSTIME with the full path and name of the text
  37. file it will scan the body and detect the positions of the above codes.
  38. It will then record the path, time location and date location to it's
  39. data file for future use. From now on you need only enter the filename
  40. and INSTIME will know the path and locations of the data you need!
  41.  
  42. RUNNING THE PROGRAM:
  43. ====================
  44. For an example copy the included HELLO2N.BBS to your display directory
  45. and copy the data file to somewhere in your path.
  46.  
  47.     COPY HELLO2N.BBS C:\WC30\DISP
  48.     COPY INSTIME.DAT C:\WC30\PROGS (in my Path!)
  49.  
  50. Then tell INSTIME where the file lives.
  51.  
  52.     INSTIME C:\WC30\DISP\HELLO2N.BBS
  53.  
  54. This may take a few seconds, while INSTIME scans the file and records
  55. the information it needs.
  56.  
  57. Now to insert the time/date into the file you only need to enter,
  58.  
  59.     INSTIME HELLO2N.BBS
  60.  
  61. and the file will be updated. It's then only a matter of adding this
  62. command to your mail transfer batch file, and you then know at a glance
  63. if your mail has been sent when you log-in.
  64.  
  65. PROBLEMS, SUGGESTIONS:
  66. ======================
  67. INSTIME is Public Domain.  I don't seek or accept any donations for this.
  68. I welcome suggestions, and will try to help (no guarantees) if there are
  69. problems. You may also leave a message via TheNet or my BBS number above.
  70.  
  71. There are a few error messages written in, but nothing amazing!
  72.  
  73. If INSTIME detects the destination file has been modified then it may
  74. well have written the time or date to the wrong place (oops!) but this
  75. is normally due to someone/something else editong the file. Just edit 
  76. the file and insert the HH:MM and DD/MM/YY into the file and teach it
  77. again!
  78.  
  79. REVISION HISTORY:
  80. =================
  81.  
  82. Version 1.0     Compiled  06/09/92       First General Release.
  83. Version 1.1     Compiled  07/09/92     Will now create the Config
  84.                      file if it can't find it.
  85.                      Also searches Novell drives
  86.                      in the path correctly.